AddKey(String,Byte[]) Method
In This Topic
Adds a key with a specific ID to
MemCryptStorage.
Syntax
'Declaration
Public Overloads Shared Sub AddKey( _
ByVal As String, _
ByVal () As Byte _
)
public static void AddKey(
string ,
byte[]
)
Parameters
- id
- The key ID.
- pemKey
- The added key.
See Also